
/*Premier commentaire*/

body{
	background-color: yellow;
	
}
/*Autre
 commentaire
*sur plusieurs lignes*/

p{
	color: blue;
	border: 2px solid orange;
	padding: 50px;
}
